runtime.schedt.stopwait (field)

17 uses

	runtime (current package)
		proc.go#L1189: 		sched.stopwait = freezeStopWait
		proc.go#L1658: 	sched.stopwait = gomaxprocs
		proc.go#L1665: 	sched.stopwait--
		proc.go#L1684: 		sched.stopwait--
		proc.go#L1686: 	wait := sched.stopwait > 0
		proc.go#L1715: 	if sched.stopwait != 0 {
		proc.go#L3161: 		sched.stopwait--
		proc.go#L3162: 		if sched.stopwait == 0 {
		proc.go#L3314: 	sched.stopwait--
		proc.go#L3315: 	if sched.stopwait == 0 {
		proc.go#L4759: 	if sched.stopwait > 0 {
		proc.go#L4772: 		if sched.stopwait--; sched.stopwait == 0 {
		proc.go#L4892: 	if sched.stopwait == freezeStopWait {
		proc.go#L6805: 	sched.stopwait--
		proc.go#L6908: 		print(" gcwaiting=", sched.gcwaiting.Load(), " nmidlelocked=", sched.nmidlelocked, " stopwait=", sched.stopwait, " sysmonwait=", sched.sysmonwait.Load(), "\n")
		runtime2.go#L991: 	stopwait   int32